window: reset timeout source id before setting property
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 2 Apr 2013 19:54:02 +0000 (15:54 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 2 Apr 2013 21:39:39 +0000 (17:39 -0400)
commit68b437eea21154b1c33882f9cb1f630a6ea03c77
tree45c4492108b883a0f643c87c2922441f4ef711ec
parent05cb110e0b55280590e2ffdd1c84296dd8985f17
window: reset timeout source id before setting property

gtk_window_set_mnemonics_visible() will try to g_source_remove() it
otherwise, which seems harmless, but conceptually wrong.

https://bugzilla.gnome.org/show_bug.cgi?id=697144
gtk/gtkwindow.c